#include <exception.hpp>
Public Member Functions | |
Exception (void) | |
Default constructor. | |
Exception (const std::string &s) | |
Construct w/ a (string) message. | |
Exception (const char *s) | |
Construct w/ a char message. | |
Exception (const Exception &old) | |
Copy constructor. | |
~Exception (void) throw () | |
Destructor. | |
const char * | what (void) const throw () |
Report the error. |
gridpack::Exception::Exception | ( | void | ) |
Default constructor.
gridpack::Exception::Exception | ( | const std::string & | s | ) | [explicit] |
Construct w/ a (string) message.
gridpack::Exception::Exception | ( | const char * | s | ) | [explicit] |
Construct w/ a char message.
gridpack::Exception::Exception | ( | const Exception & | old | ) |
Copy constructor.
gridpack::Exception::~Exception | ( | void | ) | throw () |
Destructor.
const char* gridpack::Exception::what | ( | void | ) | const throw () |
Report the error.